{% extends 'base_dashboard.html' %} {% block title %}Exam schedules — {{ site_settings.institute_name }}{% endblock %} {% block content %}
{% if centers %} {% endif %}| Center | Date / time | Program | Seats | Active | |
|---|---|---|---|---|---|
| {{ slot.center.name }} | {{ slot.label }} | {{ slot.program.title|default:"Any" }} | {{ slot.booked_count }} / {{ slot.capacity }} | {% if slot.is_active %}Yes{% else %}No{% endif %} | Edit |
| No schedule slots yet. | |||||